What are the tools used by modern desktop/"native" application developers? [closed]

Posted by kunjaa on Programmers See other posts from Programmers or by kunjaa
Published on 2012-06-06T01:25:45Z Indexed on 2012/06/06 4:47 UTC
Read the original article Hit count: 258

Besides the usual editor and debugger, what do the modern desktop (windows and linux) application developers use for their development. I am more interested in profilers, code analyzers, memory analyzers, packaging tools, GUI frameworks, libraries and any other handy tools and secrets that you couldnt live without.

For example, as a web application developer, I have my Firebug and its extensions, Wireshark, jQuery and its extensions, client side and server side mvc frameworks, selenium tests, jsfiddle etc.

Edit : Ok let us constrain this by saying you are using C++

© Programmers or respective owner

Related posts about c++

Related posts about development-process